home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.coast.net!torn!nott!cunews!alpha01!ug950174
- From: ug950174@scs.carleton.ca (Carl Hume)
- Newsgroups: comp.lang.c
- Subject: Re: How to list files in a directory (like "dir" in msdos or "ls" unix)
- Date: 17 Feb 1996 17:15:43 GMT
- Organization: School Of Computer Science, Carleton University, Canada
- Message-ID: <4g52fv$5i3@bertrand.carleton.ca>
- References: <4fqi8j$r9o@mn5.swip.net>
- NNTP-Posting-Host: alpha01.scs.carleton.ca
- X-Newsreader: TIN [version 1.2 PL2]
-
- Simon ThalΘn (m-15275@mailbox.swipnet.se) wrote:
- : hello
-
- : I would like list files in a directory (i┤m making a filemanager).
- : Like "dir" or something like that. I have Bcc 4,02
-
- An easy way would be to use the command system("command") under
- <stdlib.h>. Unfortunately, this would limit portability to one system
- (dos, unix etc) so it may not be feasable, depending on the demands of
- your program.
-
- : Tanks!
-
-